Skip to content

Update azure/webapps-deploy action to v3#25

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/azure-webapps-deploy-3.x
Open

Update azure/webapps-deploy action to v3#25
renovate[bot] wants to merge 1 commit intomainfrom
renovate/azure-webapps-deploy-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 25, 2023

This PR contains the following updates:

Package Type Update Change
azure/webapps-deploy action major v2v3

Release Notes

azure/webapps-deploy (azure/webapps-deploy)

v3.0.8: Releases/v3 minor release

Compare Source

v3.0.7: Releases/v3 minor patch version release

Compare Source

Following Changes:
Azure#519

v3.0.6: Releases/v3 minor patch version release

Compare Source

This contains changes related to Sidecar
Azure#487

v3.0.5: Releases/v3 minor patch version release

Compare Source

Changes: Azure#482

v3.0.4: Releases/v3 minor patch version release

Compare Source

Adding following changes:
Azure#480

v3.0.3: Releases/v3 minor patch version release

Compare Source

Releasing following changes
Azure#466

v3.0.2

Compare Source

v3.0.1: Node version updated to 20 in webapps_deploy@v3

Compare Source

Node version updated to 20 in webapps_deploy@​v3

v3.0.0: Release version 3.0.0 🎉

Compare Source

Release v3

Moving from the older Zip Deploy API to Kudu Publish API for deploying your webapp via Github action webapps-deploy.

Reason for migration

The reason for this change is the Publish API /api/publish/ has many more features over the older /zipdeploy/ API and it is also currently used in the Azure CLI, plugins for Maven and Gradle, it would be consistent with other deployment providers.

What it means for the existing users
  • Users who are currently using the webapps-deploy@v2 can still use the same action without any change in the workflow file.
  • Users who want to shift to the new workflow can use the webapps-deploy@v3 to use the new Publish API features.
Features
  • New workflow parameter type - The type of the artifact being deployed, this sets the default target path and informs the web app how the deployment should be handled.
    • Allowed values: JAR, WAR, EAR, ZIP, Static
    • Ex: - type=war: Deploy a WAR package. By default, the WAR package is deployed to /home/site/wwwroot/app.war. The target path can be specified with parameter target-path.
  • New workflow parameter target-path - The absolute path to deploy the artifact to.
    • Allowed value: {string}
    • Ex: /home/site/wwwroot
  • New workflow parameter clean - Specifies whether to clean (delete) the target deployment before deploying the artifact there.
    • Allowed values: true/false
    • Ex: clean=true
  • New workflow parameter restart - By default, the API restarts the app following the deployment operation (restart=true). To deploy multiple artifacts, prevent restarts on all but the final deployment by setting restart=false.
    • Allowed values: true/false
    • Ex: restart=true
Example
- name: Deploy to Azure Web App
  id: deploy-to-webapp
  uses: azure/webapps-deploy@v3
  with:
    app-name: ${{ env.AZURE_WEBAPP_NAME }}
    publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
    package: '*.war'
    type: (jar, war, zip, static)
    clean: (true, false)
    target-path: (i.e. /home/site/wwwroot/test, /home/site/wwwroot/test.war)
    restart: (true, false)
What's Changed
New Contributors

Full Changelog: Azure/webapps-deploy@v2.2.11...v3.0.0

v3

Compare Source

v2.2.19: Releases/v2 minor patch version release

Compare Source

v2.2.18: Releases/v2 minor patch version release | Feb 26

Compare Source

v2.2.17

Compare Source

Changes:
Azure#488

v2.2.16

Compare Source

v2.2.15: releases/v2 minor release

Compare Source

Changes:
Azure#478

v2.2.14: releases/v2 minor release

Compare Source

Changes:
Azure#467

v2.2.13

Compare Source

v2.2.12: Node version updated to 20 in webapps_deploy@v2

Compare Source

Node version updated to 20 in webapps_deploy@​v2

v2.2.11

Compare Source

What's Changed

New Contributors

Full Changelog: Azure/webapps-deploy@v2...v2.2.11

v2.2.10: Releases 2.2.10

Compare Source

Adding option for bearer auth for scm uri. Azure#325

v2.2.9

Compare Source

Updated node modules.

v2.2.7

Compare Source

  • Trimming Commit Message.
  • Improving the error message on Deployment failures.

v2.2.6: Release 2.2.6

Compare Source

  • Fix for the warning: DeprecationWarning: Invalid 'main' field in '/home/runner/work/actions/azure/webapps-deploy/v2/node_modules/actions-secret-parser/package.json' of 'lib/index.js'. Please either fix that or report it to the module author

  • Support to add resource group as optional parameter in the github action.

v2.2.5: Minor release 2.2.5

Compare Source

v2.2.4: Release 2.2.4

Compare Source

  • Supporting the deployment with long commit message.
  • Updated the node version to 16.
  • Bumped up the action core version to 1.10.0.

v2.2.3: Releasing v2.2.3

Compare Source

Supports windows container images with publishprofile.

v2.2.2: Releasing v2.2.2

Compare Source

Added commit message in zipDeploy payload

v2.2.1: Releasing v2.2.1

Compare Source

Fixing bug for multi-container support

v2.2.0: Releasing v2.2.0

Compare Source

Support for new AppKind Kubeapp

v2.1.6

Compare Source

v2.1.5

Compare Source

v2.1.4

Compare Source

v2.1.3

Compare Source

v2.1.2

Compare Source

v2.1.1

Compare Source

v2.1.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/azure-webapps-deploy-3.x branch from efd3ca8 to 95d94a5 Compare February 3, 2024 01:45
@renovate renovate Bot changed the title chore(deps): update azure/webapps-deploy action to v3 Update azure/webapps-deploy action to v3 Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants